-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable linter for every module #3605
Conversation
f0e17ba
to
cbaaff2
Compare
NNS linter is still failing, but it's fixed in #3604. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makefile should be updated as well then.
cbaaff2
to
aba3023
Compare
Not fixed yet, I need to read about proper configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3605 +/- ##
==========================================
- Coverage 85.25% 85.22% -0.04%
==========================================
Files 333 333
Lines 39009 39009
==========================================
- Hits 33258 33244 -14
- Misses 4180 4199 +19
+ Partials 1571 1566 -5 ☔ View full report in Codecov by Sentry. |
aba3023
to
1cbfb56
Compare
Signed-off-by: Anna Shaleva <[email protected]>
Avoid situations like 9f93123. Signed-off-by: Anna Shaleva <[email protected]>
1cbfb56
to
e2b0095
Compare
13039ac
to
9d83eaa
Compare
Signed-off-by: Anna Shaleva <[email protected]>
d9144dc
to
96b5f80
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
workflows add linter for scripts
in the commit message.
Signed-off-by: Anna Shaleva <[email protected]>
Signed-off-by: Anna Shaleva <[email protected]>
Signed-off-by: Anna Shaleva <[email protected]>
Enable linter for examples, scripts and interop packages. Signed-off-by: Anna Shaleva <[email protected]>
96b5f80
to
8bdb8af
Compare
Let's see if re-run helps with CodeQL. |
Problem
9f93123
Solution
Make it green.